←Select platform

Get<T> Method (ObjectCache)

Summary

Value of the specified cache entry.

Syntax

C#
VB
Java
C++
public virtual T Get<T>( 
   string key, 
   string regionName 
) 
Public Overridable Function [Get](Of T)( 
   ByVal key As String, 
   ByVal regionName As String 
) As T 
public:  
   generic<typename T> 
   virtual T Get( 
      String^ key, 
      String^ regionName 
   ) 
public<T> T get(String key, Class<?> classOfT, String regionName)

Parameters

key

Unique identifier of the cache item.

regionName

Optional name of a region in cache.

Return Value

The value of the specified entry if found, otherwise; null.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Caching Assembly
Click or drag to resize